tools: get rid of hardcoded config dirs
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 20 May 2009 14:27:30 +0000 (15:27 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 20 May 2009 14:27:30 +0000 (15:27 +0100)
commit9f6d07bac9f14aaa8bafe38b4a217e61a3a57842
tree2ead5886b741eb234383d15b1588da4807ae28a6
parente7da8a7b69a23e0c906c7fb019061b82f943c9a6
tools: get rid of hardcoded config dirs

Remove *all* hardcoded "/etc/xen" strings in python code.

Additionally, it removes pygrub_path from osdep.py. Its use has been
replaced with auxbin.pathTo("pygrub").

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
20 files changed:
config/StdGNU.mk
config/SunOS.mk
tools/Makefile
tools/Rules.mk
tools/python/Makefile
tools/python/xen/util/auxbin.py
tools/python/xen/util/xsm/acm/acm.py
tools/python/xen/xend/XendConstants.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/XendOptions.py
tools/python/xen/xend/XendPIF.py
tools/python/xen/xend/osdep.py
tools/python/xen/xend/server/blkif.py
tools/python/xen/xend/server/pciquirk.py
tools/python/xen/xm/addlabel.py
tools/python/xen/xm/create.py
tools/python/xen/xm/getlabel.py
tools/python/xen/xm/main.py
tools/python/xen/xm/rmlabel.py
tools/python/xen/xm/tests/test_create.py